バージョン

CustomSortFunction メソッド

カスタム並べ替え関数 (または文字列として関数の名前)。3 つのパラメーターを受け付けます - 並べ替えるデータ、データ ソースのフィールド定義の配列、および並べ替える方向 (オプション)。関数は並べ替えられたデータ配列を返す必要があります。
シンタックス
'宣言
 
Public Function CustomSortFunction( _
   ByVal customSortFunction As System.String _
) As TOut
public TOut CustomSortFunction( 
   System.string customSortFunction
)

パラメータ

customSortFunction
参照

オンラインで表示: GitHub